body{
	background: rgb(108,158,47);
	background: linear-gradient(319deg, rgba(108,158,47,1) 17%, rgba(147,219,58,1) 72%);
	padding: 0;
    margin: 0;
}
*{font-family:Verdana;}
.divlft{ width:120px; }
.divmdl{ position:absolute; margin-left:175px; top:30px; padding-right:20px;}
.divrht{ position:absolute; margin-left:640PX; top:30px; padding-right:20px;}
table{ width:100%;}
table td { 
	box-shadow: 0 3px 3px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
    width: 50%;
    padding:10px 20px;
    border: 1px solid rgba(243,243,243,0.5);
	background: #fff;
}
.main-wrapper .link_container p{color:#666;}
.heading{color:#6c9e2f; font-weight:bold;}
p{font-size:13px;}
.hme{text-decoration: none;
    padding: 0 10px 0 10px;
    color: #669900;
    font-size: 15px;
	text-align:center;
    border-right: 1px solid #669900;
}
.hme:last-child{border-right: 0;}
.nav-cls{text-align:center;}
.parent a{color:inherit; text-decoration:none;}
.link_container{width:100%; height:100%;}
.ac-col-cc{font-size:12px;}
.ac-col a{text-decoration:none;cursor:pointer;}
.head-col{width:100%;margin:auto;display:flex;}
.head-col .col-one{float: left;width: 15%;}
.head-col .col-one img{width: 120%;height:100%;margin: auto;display: block;}
.head-col .col-two{float: left;width: 70%;}
.head-col .col-two h2{
    text-align: center;
    padding: 0;
    margin: 15px 0;
    font-size: 50px;
    letter-spacing: 5px;
    text-shadow: 3px 3px 0px rgba(147,219,58,0.3);
}
.head-col .col-three{float: left;width: 15%;}
.head-col .col-three img{margin: auto;width: 80%;height:100%;display: block;}
hr.line-dash {
    border: 0;
    width: 70%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #f5811e, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.main-wrapper{
	width: auto; 
	padding:10px; 
	min-height:550px;
	padding:1.5em;
	margin: 1em;
	border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(57, 73, 76, 0.15);
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.15);
}
.main-sec{
	width: 70%;
    height: auto;
    margin: auto;
    background: #fff;
    padding: 20px; 
	box-shadow: 0 0 15px 5px rgba(31, 73, 125, 0.3);	
}
.btm-add{padding:10px;text-align: center;}
.head-cls{
	font-size: 20px;
    text-align: center;
    color: #FF9900;
    font-weight: bold;
    display: block;
    margin: 0 0 15px;
}
.txt-cen{text-align:center;}
.ac-col{
	padding:10px;
	line-height: 100%;
	text-decoration: none;
	word-wrap: break-word !important; 
	display:block; 
	width:100%; 
	height:100%;
}
.ac-col p{color:#333;}
.col-md-space{
	border: 1px dashed #FF9900;
    width: 45%;
    height: 6em;
    margin: 5px 10px;
    display: block;
    transition: all .2s ease-in-out;
}
.col-md-space:hover{
	border: 1px dashed #FF9900;
    -webkit-box-shadow: 0 6px 20px 0 rgba(224, 224, 224,0.6);
    box-shadow: 0 6px 20px 0 rgba(224, 224, 224,0.6);
}
.cont-row{display: flex;}
.bottom-slide{background-image: url(images/image384.png); height:100px;}
.main-wrapper a{text-decoration:none;}
.parent a{color:inherit; text-decoration:none;}
.link_container{width:100%; height:100%;}
.T1{font-size:12px;}
@media(max-width:768px){
	body {
		background: #fff;
		padding: 0 20px;
	}
	.main-sec {box-shadow: none;}
	.container-main .cont-row p{color:#666;text-align: center;}
	.col-md-space {
		border: 0;
		width: 50%;
		margin: 3px;
		padding: 15px;
		height: auto;
		transition: all .2s ease-in-out;
		background: #fff;
	}
	.col-md-space:hover {border: 0;}
	.main-sec{
		width: 100%;
		padding: 10px 0; 
	}
	.main-wrapper{padding: 1em;margin:0;background:#93db3a;}
	.head-col .col-two h2 {font-size: 20px;}
	.head-cls {
		font-size: 20px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		display: block;
	}
	.main-wrapper p{color:#fff;}
	.main-wrapper a{text-decoration:none;}
	table td {border: 0.5px solid #FFF;}
	.heading {
		color: #000;
		font-weight: 600;
		text-align: center;
		display: block;
		font-weight: 18px;
	}
}